LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
ColorThresholdCommand Constructor(ColorThresholdCommandType,ColorThresholdCommandComponent[])
See Also 



type
Value that represents the color space on which the threshold is based.
components
Array of 3 ColorThresholdCommandComponent classs that contains the properties used to compare and modify each component.
Initializes a new ColorThresholdCommand class object with explicit parameters. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal type As ColorThresholdCommandType, _
   ByVal components() As ColorThresholdCommandComponent _
)
Visual Basic (Usage)Copy Code
Dim type As ColorThresholdCommandType
Dim components() As ColorThresholdCommandComponent
 
Dim instance As New ColorThresholdCommand(type, components)
C# 
public ColorThresholdCommand( 
   ColorThresholdCommandType type,
   ColorThresholdCommandComponent[] components
)
C++/CLI 
public:
ColorThresholdCommand( 
   ColorThresholdCommandType type,
   array<ColorThresholdCommandComponent^>^ components
)

Parameters

type
Value that represents the color space on which the threshold is based.
components
Array of 3 ColorThresholdCommandComponent classs that contains the properties used to compare and modify each component.

Example

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also